export declare const buttons: { themes: { default: { naked: {}; outline: {}; fill: { fontWeight: number; radius: string; letterSpacing: string; backgroundColor: string; color: string; hover: { backgroundColor: string; color: string; }; active: { backgroundColor: string; color: string; }; }; }; primary: { fill: { fontWeight: number; radius: string; letterSpacing: string; backgroundColor: string; color: string; hover: { backgroundColor: string; color: string; }; active: { backgroundColor: string; color: string; }; }; outline: { fontWeight: number; radius: string; letterSpacing: string; stroke: string; color: string; hover: { backgroundColor: string; color: string; }; active: { backgroundColor: string; color: string; }; }; ghost: { fontWeight: number; radius: string; letterSpacing: string; color: string; hover: { backgroundColor: string; color: string; }; active: { backgroundColor: string; color: string; }; }; naked: { paddingTop: number; paddingRight: number; paddingBottom: number; paddingLeft: number; fontWeight: number; radius: string; letterSpacing: string; color: string; hover: { backgroundColor: string; }; active: { backgroundColor: string; }; }; }; neutral: { fill: { fontWeight: number; radius: string; letterSpacing: string; backgroundColor: string; color: string; hover: { backgroundColor: string; color: string; }; active: { backgroundColor: string; color: string; }; }; outline: { fontWeight: number; radius: string; letterSpacing: string; stroke: string; color: string; hover: { backgroundColor: string; color: string; }; active: { backgroundColor: string; color: string; }; }; ghost: { fontWeight: number; radius: string; letterSpacing: string; color: string; hover: { backgroundColor: string; color: string; }; active: { backgroundColor: string; color: string; }; }; naked: { paddingTop: number; paddingRight: number; paddingBottom: number; paddingLeft: number; fontWeight: number; radius: string; letterSpacing: string; color: string; }; }; delete: { fill: { fontWeight: number; radius: string; letterSpacing: string; backgroundColor: string; color: string; hover: { backgroundColor: string; color: string; }; active: { backgroundColor: string; color: string; }; }; outline: { fontWeight: number; radius: string; letterSpacing: string; stroke: string; color: string; hover: { backgroundColor: string; color: string; }; active: { backgroundColor: string; color: string; }; }; ghost: { fontWeight: number; radius: string; letterSpacing: string; color: string; hover: { backgroundColor: string; color: string; }; active: { backgroundColor: string; color: string; }; }; naked: { paddingTop: number; paddingRight: number; paddingBottom: number; paddingLeft: number; fontWeight: number; radius: string; letterSpacing: string; color: string; }; }; create: { fill: { fontWeight: number; radius: string; letterSpacing: string; backgroundColor: string; color: string; hover: { backgroundColor: string; color: string; }; active: { backgroundColor: string; color: string; }; }; outline: { fontWeight: number; radius: string; letterSpacing: string; stroke: string; color: string; hover: { backgroundColor: string; color: string; }; active: { backgroundColor: string; color: string; }; }; ghost: { fontWeight: number; radius: string; letterSpacing: string; color: string; hover: { backgroundColor: string; color: string; }; active: { backgroundColor: string; color: string; }; }; naked: { fontWeight: number; radius: string; letterSpacing: string; paddingTop: number; paddingRight: number; paddingBottom: number; paddingLeft: number; color: string; }; }; }; }; //# sourceMappingURL=buttons.d.ts.map