export declare const useButtonType: (bgColor?: string, color?: string, type?: "solid" | "outline" | "clear", disabled?: boolean) => { backgroundColor: string | undefined; borderColor: string | undefined; borderWidth: number | undefined; textColor: string; }; //# sourceMappingURL=useButtonType.d.ts.map