import '../components/tooltip/tooltip'; import type { Args, Decorator } from '@storybook/web-components-vite'; export declare const updateCompleteArgTypes: { name: string; description: string; table: { type: { summary: string; }; }; }; export declare const extractArgsByPrefix: (args: Args, prefix: string) => Args; export declare const excludeArgsByPrefix: (args: Args, prefix: string) => Args; /** * Decorators */ export declare const withOnLayerOnBaseDecorator: Decorator; export declare const withOnFloatingMenuOnBaseDecorator: Decorator; export declare const withBackgroundDecorator: Decorator; export declare const filtersDrawerDecorator: Decorator; export declare const fullScreenDecorator: Decorator;