export declare type ButtonVariantName = 'button-filled-blue' | 'button-filled-destructive' | 'button-filled-grey' | 'button-ghost-blue' | 'button-ghost-destructive' | 'button-ghost-grey' | 'button-outline-blue' | 'button-outline-grey' | 'button-unstyled'; export declare const button: any;