export declare const CONTAINER_STYLES: {
    position: string;
    overflow: string;
};
export declare const ABSOLUTE_STYLES: {
    position: string;
    top: string;
    right: string;
    bottom: string;
    left: string;
};
