export declare const POSITION_OPTIONS: {
    TOP: string;
    BOTTOM: string;
    NONE: string;
};
