import { IStylesOptions } from './styles';
export declare class ExternalStylesFactory {
    newInstance(xmlData: string): IStylesOptions;
}
