declare const POSITIONS: {
    start: string;
    middle: string;
    end: string;
    fill: string;
};
declare const DEFAULTS: {
    POSITION: string;
};
export { POSITIONS, DEFAULTS };
