/// import { ThemeIntent } from "../types"; export declare type CtSectionSeparatorProps = { label: string; intent?: ThemeIntent | "dark" | "light"; }; declare function CtSectionSeparator({ label, intent }: CtSectionSeparatorProps): JSX.Element; export default CtSectionSeparator;