import { ReactElement } from 'react'; import { Config } from './config'; interface PrimitiveProps extends Omit { initialValue?: string; className?: string; onSend?: (value: string) => void; } export declare const Input: ({ className, initialValue, orientation, color, size, onSend, disabled, }: PrimitiveProps) => ReactElement; export {}; //# sourceMappingURL=Primitive.d.ts.map