import { FC, HTMLAttributes } from 'react'; export declare const Fade: FC<{ show: boolean; duration?: number; } & HTMLAttributes>;