import type { FlexBoxProps } from '@ariestools/sdk-react/flexbox'; import React from 'react'; interface SystemControlTextProps extends FlexBoxProps { value?: string; } /** Bold caption text used as a system controls toggle label. */ declare const ControlText: React.FC; export { ControlText }; //# sourceMappingURL=SystemControlText.d.ts.map