import { PropType } from 'vue'; import { Styles } from '@wolf-tui/core'; import { ClassNameValue, AriaRole, AriaState } from '@wolf-tui/shared'; export interface BoxProps { className?: ClassNameValue; style?: Styles; 'aria-label'?: string; 'aria-hidden'?: boolean; 'aria-role'?: AriaRole; 'aria-state'?: AriaState; } /** * `` is an essential Wolfie component to build your layout. * It's like `
` in the browser. */ export declare const Box: import('vue').DefineComponent; default: undefined; }; style: { type: PropType; default: () => {}; }; 'aria-label': { type: StringConstructor; default: undefined; }; 'aria-hidden': { type: BooleanConstructor; default: undefined; }; 'aria-role': { type: PropType; default: undefined; }; 'aria-state': { type: PropType; default: undefined; }; }>, () => import("vue/jsx-runtime").JSX.Element | null, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly; default: undefined; }; style: { type: PropType; default: () => {}; }; 'aria-label': { type: StringConstructor; default: undefined; }; 'aria-hidden': { type: BooleanConstructor; default: undefined; }; 'aria-role': { type: PropType; default: undefined; }; 'aria-state': { type: PropType; default: undefined; }; }>> & Readonly<{}>, { style: Styles; className: ClassNameValue; 'aria-label': string; 'aria-hidden': boolean; 'aria-role': AriaRole; 'aria-state': AriaState; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>; export type { BoxProps as Props, BoxProps as IProps }; //# sourceMappingURL=Box.d.ts.map