import React from 'react'; import { Props } from '.'; declare const _default: { title: string; component: React.FC; argTypes: { className: { table: { disable: boolean; }; }; }; }; export default _default; export declare const Default: (props: Props) => JSX.Element; export declare const WithInfoTooltip: (props: Props) => JSX.Element; export declare const WithSubtitle: (props: Props) => JSX.Element; export declare const WithChangeValue: (props: Props) => JSX.Element; //# sourceMappingURL=SingleValue.stories.d.ts.map