import React from 'react'; import type { RootProps } from '../../engines'; import type { NumberInputProps, NumberInputRootProps } from './NumberInput.types'; export declare const numberInputRoot: (Root: RootProps) => React.ForwardRefExoticComponent>; export declare const numberInputConfig: { name: string; tag: string; layout: (Root: RootProps) => React.ForwardRefExoticComponent>; base: import("styled-components").FlattenSimpleInterpolation; variations: { view: { css: import("styled-components").FlattenSimpleInterpolation; }; size: { css: import("styled-components").FlattenSimpleInterpolation; }; shape: { css: import("styled-components").FlattenSimpleInterpolation; }; inputBackgroundType: { css: import("styled-components").FlattenSimpleInterpolation; }; segmentation: { css: import("styled-components").FlattenSimpleInterpolation; }; disabled: { css: import("styled-components").FlattenSimpleInterpolation; attrs: boolean; }; }; defaults: { view: string; size: string; shape: string; segmentation: string; }; }; //# sourceMappingURL=NumberInput.d.ts.map