export declare const useShapeStyles: () => { rectangle: { width: "100%"; }; square: { width: "auto"; aspectRatio: number; }; circle: { width: "auto"; aspectRatio: number; borderRadius: number; }; };