import type { ComponentProps, FC } from 'react'; type FooterDividerProps = ComponentProps<'hr'>; export declare const FooterDivider: FC; export {};