/// <reference types="react" />
interface Props {
    name: string;
}
export declare const Greeter: ({ name }: Props) => JSX.Element;
export {};
