import type { FC, HTMLAttributes } from 'react'; export type TopHeaderSeparatorProps = HTMLAttributes; export declare const TopHeaderSeparator: FC;