export declare const CSS: {
    handle: string;
    handleSelected: string;
};
export declare const ICONS: {
    readonly drag: "drag";
};
export declare const SUBSTITUTIONS: {
    itemLabel: string;
    position: string;
    total: string;
};
