export declare const button: import("@vanilla-extract/recipes").RuntimeFn<{ textAlign: { start: { textAlign: "start"; justifyContent: "space-between"; }; center: { textAlign: "center"; justifyContent: "center"; }; }; size: { condensed: { paddingTop: string; paddingBottom: string; paddingLeft: string; paddingRight: string; gap: string; }; default: { paddingTop: string; paddingBottom: string; paddingLeft: string; paddingRight: string; gap: string; }; }; disabled: { true: { cursor: "not-allowed"; }; }; }>; export declare const widths: Record<"content" | "full", string>; export declare const loading: string; export declare const label: import("@vanilla-extract/recipes").RuntimeFn<{ textual: { true: string[]; false: { display: "inline-flex"; minWidth: number; maxWidth: "100%"; }; }; }>;