declare const CNavbar: import("vue").DefineComponent boolean; }; /** * Sets if the color of text should be colored for a light or dark dark background. * * @values 'dark', 'light' */ colorScheme: { type: StringConstructor; validator: (value: string) => boolean; }; /** * Defines optional container wrapping children elements. * * @values boolean, 'sm', 'md', 'lg', 'xl', 'xxl', 'fluid' */ container: { type: (StringConstructor | BooleanConstructor)[]; validator: (value: boolean | string) => boolean; }; /** * Defines the responsive breakpoint to determine when content collapses. * * @values boolean, 'sm', 'md', 'lg', 'xl', 'xxl' */ expand: { type: (StringConstructor | BooleanConstructor)[]; validator: (value: boolean | string) => boolean; }; /** * Place component in non-static positions. * * @values 'fixed-top', 'fixed-bottom', 'sticky-top' */ placement: { type: StringConstructor; validator: (value: string) => boolean; }; }>, () => import("vue").VNode, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly boolean; }; /** * Sets if the color of text should be colored for a light or dark dark background. * * @values 'dark', 'light' */ colorScheme: { type: StringConstructor; validator: (value: string) => boolean; }; /** * Defines optional container wrapping children elements. * * @values boolean, 'sm', 'md', 'lg', 'xl', 'xxl', 'fluid' */ container: { type: (StringConstructor | BooleanConstructor)[]; validator: (value: boolean | string) => boolean; }; /** * Defines the responsive breakpoint to determine when content collapses. * * @values boolean, 'sm', 'md', 'lg', 'xl', 'xxl' */ expand: { type: (StringConstructor | BooleanConstructor)[]; validator: (value: boolean | string) => boolean; }; /** * Place component in non-static positions. * * @values 'fixed-top', 'fixed-bottom', 'sticky-top' */ placement: { type: StringConstructor; validator: (value: string) => boolean; }; }>> & Readonly<{}>, { as: string; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export { CNavbar };