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