import { FC } from 'react';
import type { InputShellProps } from './InputShell.types';
/** A wrapper component that has a style of an input component */
declare const InputShell: FC<InputShellProps>;
export default InputShell;
//# sourceMappingURL=InputShell.d.ts.map