import type { PropsWithChildren } from 'react';
export declare function Example({ children }: PropsWithChildren): null;
