import { FC } from 'react'; import { TextColorPickerProps } from '../../types'; declare const TextColorPicker: FC; export default TextColorPicker;