export declare const basic: () => JSX.Element;
export declare const withOptionalText: () => JSX.Element;
export declare const withInfoTooltip: () => JSX.Element;
declare const _default: {
    title: string;
    component: ({ text, tooltip, infoTooltip, infoIconProps, showOptionalText, hideLabel, children }: import("./Label").LabelProps) => JSX.Element;
    parameters: {
        notes: string;
    };
};
export default _default;
