import { ButtonHTMLAttributes, FC, PropsWithChildren } from 'react';
type Props = ButtonHTMLAttributes<HTMLButtonElement> & PropsWithChildren;
export declare const SecondaryButton: FC<Props>;
export {};
