export declare const FAVORITOS_SHAPES: {
    CIRCLE: string;
    RECT: string;
};
export declare type IFavoritosShapes = typeof FAVORITOS_SHAPES[keyof typeof FAVORITOS_SHAPES];
//# sourceMappingURL=shapes.d.ts.map