import { ButtonProps } from './Button.types'; declare const buttonVariant: (...args: any[]) => any; declare const buttonSize: (props: ButtonProps) => (...args: any[]) => any; export { buttonVariant, buttonSize };