import { Props } from './ExampleComponentTypes'; /** * The ExampleComponent does very cool things that are very useful. :rofl: * * @example * * * @see https://neo-react-library-storybook.netlify.app/?path=/story/components-example-component */ export declare const ExampleComponent: ({ text }: Props) => import("react/jsx-runtime").JSX.Element;