import { WdInput } from './wd-input'; export type { WdInputProps } from './wd-input'; export { WdInput }; export default WdInput;