import type { ReactNode } from 'react'; import type { BaseProps } from '@toptal/picasso-shared'; export interface Props extends BaseProps { /** Flag for transition execution. */ on: boolean; /** Element to apply transitions. */ children: ReactNode; } export declare const Rotate180: { (props: Props): JSX.Element; displayName: string; }; export default Rotate180; //# sourceMappingURL=Rotate180.d.ts.map