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