/// export declare type inputComponentsT = { id: string; placeholder?: string; type?: string; }; export declare const InputStandard: ({ ...props }: inputComponentsT) => JSX.Element;