export declare const noop: () => void; export declare const disabled: { control: { disable: boolean; }; }; export declare const hidden: { table: { disable: boolean; }; }; export declare const title: (name: string) => string; export declare const guidelinesTitle: (name: string) => string; export declare const docsTitle: (name: string) => string; //# sourceMappingURL=storyUtils.d.ts.map