import { ChildrenProps } from '../types';
export declare const SampleComponent: ({ children }: ChildrenProps) => import("react/jsx-runtime").JSX.Element;
