import type { SelectTextProps } from './select-text.types'; export declare const SelectText: ({ selectedOptionLabel }: SelectTextProps) => JSX.Element; //# sourceMappingURL=select-text.d.ts.map