import { type FC, type ReactNode } from 'react'; export declare const SkipLinksController: FC<{ children: ReactNode; }>;