export type StylesProps = Partial; export declare function extractLines(source: HTMLElement, wrapperClass?: string, innerClass?: string, wrapperStyle?: StylesProps, innerStyle?: StylesProps): void; export declare function extractWords(source: HTMLElement, wrapperClass?: string, innerClass?: string, wrapperStyle?: StylesProps, innerStyle?: StylesProps): void; export declare function extractChars(source: HTMLElement, wrapperClass?: string, innerClass?: string, wrapperStyle?: StylesProps, innerStyle?: StylesProps): void;