import React from 'react'; import { IFadeContentProps } from './types'; /** * FadeContent component for displaying content with fade-in and fade-out transitions. * This component is ideal for creating animated tabs, providing a smooth transition. * * @link See examples https://antonbobrov.github.io/react-kit/?path=/docs/wrappers-fadecontent--docs * * @requires Requires styles: `@import '~@anton.bobrov/react-components/lib/styles/components/FadeContent';` */ export declare const FadeContent: React.ForwardRefExoticComponent>; //# sourceMappingURL=index.d.ts.map