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