export declare const basic: {}; export declare const withSharedLink: { args: { api: any; }; }; export declare const desktopVariant: { args: { api: any; variant: string; }; }; declare const _default: { title: string; component: any; argTypes: { itemType: { options: any[]; control: { type: string; }; }; }; parameters: { chromatic: { disableSnapshot: boolean; }; }; }; export default _default;