export declare const FAVORITOS_POSITIONS: { readonly TOP_LEFT: "top-left"; readonly TOP_RIGHT: "top-right"; readonly BOTTOM_LEFT: "bottom-left"; readonly BOTTOM_RIGHT: "bottom-right"; }; export declare type IFavoritosPositions = typeof FAVORITOS_POSITIONS[keyof typeof FAVORITOS_POSITIONS]; //# sourceMappingURL=positions.d.ts.map