import React, { PropsWithChildren } from 'react';
export declare function Fade(props: PropsWithChildren<{
    show: boolean;
}>): React.JSX.Element | null;
//# sourceMappingURL=Fade.d.ts.map