/// import { ScaleFadeProps } from './types'; export declare const ScaleFade: ({ initialScale, timeout, ...rest }: ScaleFadeProps) => JSX.Element;