import * as React from 'react'; import { InputProps } from "../../../../index.type"; export declare const AvatarSelectionInput: (props: InputProps) => React.JSX.Element; export default AvatarSelectionInput;