declare const styles: {
    svg: {
        transform: {
            rotateZ: string;
        }[];
    };
};
export default styles;
