export declare const getInputProps: <T extends Record<string, unknown> = Record<string, unknown>>() => T;
