import { PAGFont as NativePAGFont } from '../pag-font'; export declare class PAGFont extends NativePAGFont { static registerFont(family: string, data: File): Promise; }