import { type ComponentProps, type ReactNode } from 'react'; type RootProps = ComponentProps; declare const Root: import("styled-system/jsx").StyleContextProvider & import("react").HTMLAttributes & import("@ark-ui/react").PolymorphicProps>, import("styled-system/recipes").InputGroupRecipe>; export interface InputGroupProps extends RootProps { startElement?: ReactNode | undefined; endElement?: ReactNode | undefined; children?: ReactNode; } export declare const InputGroup: import("react").ForwardRefExoticComponent & import("react").RefAttributes> & { Root: import("styled-system/jsx").StyleContextProvider & import("react").HTMLAttributes & import("@ark-ui/react").PolymorphicProps>, import("styled-system/recipes").InputGroupRecipe>; Element: import("styled-system/jsx").StyleContextConsumer & import("react").HTMLAttributes & import("@ark-ui/react").PolymorphicProps>>; }; export {}; //# sourceMappingURL=InputGroup.d.ts.map