import { ComponentPropsWithoutRef, FC } from 'react'; export type VerticalDividerProps = ComponentPropsWithoutRef<"div">; export declare const VerticalDivider: FC; //# sourceMappingURL=vertical-divider.d.ts.map