interface Props { clockwise: boolean; rounded?: string; } export declare function RotateItem({ clockwise, rounded }: Props): any; export {};