import type { Editor as TiptapEditor } from '@tiptap/core'; interface FontSizeSelectProps { editor: TiptapEditor; 'data-testid'?: string; } declare const FontSizeSelect: ({ editor, ...restProps }: FontSizeSelectProps) => import("react/jsx-runtime").JSX.Element; export default FontSizeSelect; //# sourceMappingURL=FontSizeSelect.d.ts.map