export interface HTMLGeneratorProps {
    dataSource: string;
    libPath?: string;
    hashIdentifiers?: boolean;
}
export declare function HTMLGenerator(props: HTMLGeneratorProps): string;
