/// <reference types="react" />
declare const _default: ({ foo }: {
    foo: any;
}) => JSX.Element;
export default _default;
