import { InputGroupDividerVariant, InputGroupSize } from './types'; interface InputGroupDividerProps { size: InputGroupSize; variant: Exclude; color: string; } export declare const InputGroupDivider: ({ size, variant, color }: InputGroupDividerProps) => import("@emotion/react/jsx-runtime").JSX.Element; export {};