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