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