import React from 'react'; import { IExpandContentProps } from './types'; /** * ExpandContent component for creating accordion-style expandable content sections. * * This component allows users to toggle the visibility of additional content * within a collapsible section, making it an ideal base for accordion functionality. * It enhances user experience by saving space and providing a clean interface, * allowing for better management of large amounts of information. * * @link See examples https://antonbobrov.github.io/react-kit/?path=/docs/wrappers-expandcontent--docs * * @requires Requires styles: `@import '~@anton.bobrov/react-components/lib/styles/components/ExpandContent';` */ export declare const ExpandContent: React.ForwardRefExoticComponent>; //# sourceMappingURL=index.d.ts.map