export interface SlideUpDownProps {
/**
* Toggler property. Set to false to hide the component.
*/
active?: boolean;
/**
* Duration of the animation.
*/
duration?: number;
/**
* HTML tag to render this component to.
*/
tag?: string;
}
declare var __VLS_9: {};
type __VLS_Slots = {} & {
default?: (props: typeof __VLS_9) => any;
};
declare const __VLS_base: import('../../../node_modules/vue').DefineComponent;
mounted: import('../../../node_modules/vue').Ref;
duration: import('../../../node_modules/vue').ComputedRef;
triggerSlide: () => Promise;
cleanLayout: (event: Event | null) => Promise | undefined;
}, {}, {}, {}, import('../../../node_modules/vue').ComponentOptionsMixin, import('../../../node_modules/vue').ComponentOptionsMixin, {}, string, import('../../../node_modules/vue').PublicProps, Readonly & Readonly<{}>, {
active: boolean;
duration: number;
tag: string;
}, {}, {}, {}, string, import('../../../node_modules/vue').ComponentProvideOptions, false, {}, any>;
declare const __VLS_export: __VLS_WithSlots;
declare const _default: typeof __VLS_export;
export default _default;
type __VLS_WithSlots = T & {
new (): {
$slots: S;
};
};