import type { PropsFor } from "../../types.js"; export type InlineSeparatorProps = Omit, "children">; declare const InlineSeparator: import("react").ForwardRefExoticComponent>; export default InlineSeparator;