import type { FontFamily } from '@wordpress/core-data'; interface FontFamilyItemProps { font: FontFamily; } declare function FontFamilyItem({ font }: FontFamilyItemProps): import("react").JSX.Element; export default FontFamilyItem; //# sourceMappingURL=font-family-item.d.ts.map