export declare class AllTextReport {
    heading: string;
    content: string;
}
export declare enum ReportTextPosition {
    Top = 0,
    Right = 1,
}
