export declare class WfButton { backgroundColor?: string; color?: string; borderColor?: string; variant?: 'sm' | 'md' | 'lg' | 'xl'; render(): any; }