import * as React from 'react'; export declare const LabeledInputWrapper: React.SFC<{ onClick: () => void; renderInput: () => React.ReactNode; renderLabel: () => React.ReactNode; }>; export declare const InputWrapper: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>;