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