export interface Options {
    [key: string]: any;
    polyfills: boolean;
    resetCss: boolean;
    addHammer: boolean;
}
