/// export type GlSectionDividerProps = { className?: string; }; export declare const GlSectionDivider: import("react").MemoExoticComponent<(props: GlSectionDividerProps) => JSX.Element>;