export type InputSeparatorProps = {
    direction?: "horizontal" | "vertical";
};
export declare const InputSeparator: (props: React.HTMLAttributes<HTMLSpanElement> & InputSeparatorProps) => import("react/jsx-runtime").JSX.Element;
