export interface RenderProps { name: string; } declare const _default: (props: RenderProps) => JSX.Element; export default _default;