import type { FC } from 'react'; import type { TDemoComponent } from './types'; export declare const DemoComponentRevert: FC;