import type { ButtonProps, LinkPropsKeys } from '../types'; export interface DashboardSidebarCollapseProps extends Omit { /** * @defaultValue 'air-tertiary' */ color?: ButtonProps['color']; /** * The side of the sidebar to collapse. * @defaultValue 'left' */ side?: 'left' | 'right'; b24ui?: { base?: any; }; } declare const _default: typeof __VLS_export; export default _default; declare const __VLS_export: import("vue").DefineComponent & Readonly<{}>, { color: "link" | "air-primary" | "air-primary-success" | "air-primary-alert" | "air-primary-copilot" | "air-secondary" | "air-secondary-alert" | "air-secondary-accent" | "air-secondary-accent-1" | "air-secondary-accent-2" | "air-tertiary" | "default" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | "air-secondary-no-accent" | "air-tertiary-accent" | "air-tertiary-no-accent" | "air-selection" | "air-boost"; side: "left" | "right"; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;