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