import { FC } from 'react'; import { ButtonProps } from '../Button.types'; export declare const PrimaryButton: FC;