import React from 'react'; import { Testable } from '../../modules/test-ids'; export declare type Props = React.HTMLAttributes & Testable & { label?: React.ReactNode; }; export declare const Component: { (props: Props): JSX.Element; displayName: string; Label: import("styled-components").StyledComponent<"label", import("styled-components").DefaultTheme, {}, never>; Input: import("styled-components").StyledComponent<"input", import("styled-components").DefaultTheme, {}, never>; };