import { SourceType } from 'storybook/internal/docs-tools';
import { type FluidRenderer } from '@andersundsehr/storybook-typo3';
import { type DecoratorFunction } from 'storybook/internal/types';
export declare const tags: string[];
export declare const decorators: DecoratorFunction<FluidRenderer>[];
export declare const parameters: {
    docs: {
        story: {
            inline: boolean;
        };
        codePanel: boolean;
        source: {
            type: SourceType;
        };
        toc: boolean;
    };
};
