/**
 * @packageDocumentation
 * @module constants/storybook
 * @description
 * This file contains all the constants related to storybook
 * @see https://storybook.js.org/docs/react/writing-stories/introduction
 */
export declare const CATEGORY_CONTROL: {
    CONTENT: string;
    MODIFIERS: string;
    FUNCTIONS: string;
    TESTING: string;
    ACCESIBILITY: string;
    CUSTOMIZATION: string;
};
