export declare class WfP { /** * Size of the font */ fontSize?: string; /** * Text align */ textAlign?: 'left' | 'center' | 'right' | 'justify'; render(): any; }