import { Settings } from "../types"; export declare const initialiseStyles: (container: HTMLElement, settings: Settings) => void;