import { RuntimeFn } from '../../../node_modules/@vanilla-extract/recipes/dist/vanilla-extract-recipes.cjs.d.js'; declare const styles: { label: RuntimeFn<{ /** * Specifies whether the label is hidden or not * @default false */ hidden: { true: { border: "0"; clip: "rect(0 0 0 0)"; height: "1px"; margin: "-1px"; overflow: "hidden"; padding: "0"; position: "absolute"; width: "1px"; }; }; }>; }; export { styles };