/// export declare const Errors: import("styled-components").StyledComponent<"div", any, {}, never>; export declare const WithAsterics: any; export declare type OnSelectT = { target: { name: string; value: string; }; }; export declare const Error: import("styled-components").StyledComponent<"span", any, {}, never>; export declare const ErrorsComponent: ({ errors }: { [key: string]: { id: string; values: {}; }; }) => JSX.Element | null;