import { SerializedPage, FontData } from '../../types'; export declare const getUsedFonts: (data: SerializedPage[]) => FontData[];