import { ButtonVariant } from './constants'; import { ComponentPropsWithRef, PropsWithChildren } from 'react'; interface ButtonProps extends ComponentPropsWithRef<'button'> { variant?: ButtonVariant; large?: 'true'; round?: boolean; testID?: string; className?: string; } export declare const Button: import('react').ForwardRefExoticComponent, "ref"> & import('react').RefAttributes>; export {}; //# sourceMappingURL=index.d.ts.map