export declare const regular: () => JSX.Element;
export declare const withTruncatedText: () => JSX.Element;
declare const _default: {
    title: string;
    component: ({ indicatorText }: {
        indicatorText: string;
    }) => JSX.Element;
    parameters: {
        notes: string;
    };
};
export default _default;
