export interface ButtonInterface { disabled?: boolean; variant?: string; size?: string; target?: string; color?: string; text: string; } export declare const ButtonKeys: Array;