import { VariantProps } from "class-variance-authority"; declare const divider: (props?: ({ type?: "strong" | "default" | null | undefined; } & import("class-variance-authority/types").ClassProp) | undefined) => string; type Props = VariantProps; export default function Divider({ type }: Props): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=Divider.d.ts.map