import { text } from '@synnaxlabs/x'; import { ReactElement } from 'react'; import { Input } from '../../../../input'; export declare const SelectTextLevel: ({ value, onChange, }: Input.Control) => ReactElement; //# sourceMappingURL=Text.d.ts.map