import { FC } from 'react';
interface PrimaryProps {
    name?: string;
}
export declare const Primary: FC<PrimaryProps>;
export {};
