declare const DEFAULTS: {
    SELECTED: any;
    OUTLINE: any;
    SIZE: number;
};
export { DEFAULTS };
