export declare const BUTTON_TYPES: readonly ["primary", "secondary", "outline", "dashed", "text"];
export declare type ButtonTypes = typeof BUTTON_TYPES[number];
