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