import { TNode } from '../common';
export interface TdInputAdornmentProps {
    append?: string | TNode;
    prepend?: string | TNode;
}
