/// <reference types="react" />
import { fn } from '@declaration';
export declare const ListInputs: fn.Input.List.Methods & {
    Origin: (props: fn.Input.List.OriginParams) => JSX.Element;
};
export declare const Input: fn.Input.Methods;
