import { ComputedOptionsType, OptionsType } from './types'; export declare const defaultStyle: OptionsType; export declare const getCalculatedStyles: (style?: OptionsType) => ComputedOptionsType;