import { BoundaryType } from '../Popover/Popover.types';
export declare const DEFAULTS: {
    readonly BOUNDARY: BoundaryType;
    readonly COLOR: import("../ModalContainer").ModalContainerColor;
    readonly IS_DESCRIPTION: false;
    readonly OFFSET_DISTANCE: 5;
    readonly OFFSET_SKIDDING: 0;
    readonly PLACEMENT: string;
    readonly STRATEGY: "absolute";
    readonly VARIANT: "small";
};
export declare const STYLE: {
    label: string;
};
