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