/// import type { CommonPropsType } from '../../types'; export declare const WdInputGroup: ({ before, after, className, children, }: WdInputGroupProps) => JSX.Element; export interface WdInputGroupProps extends CommonPropsType { before?: string; after?: string; }