import { CustomizationOptionsInterface } from './types/options'; import './styles.css'; export declare const init: (options: Partial) => void;