/// interface Props { id: string; } declare const SkipToMain: ({ id }: Props) => JSX.Element; export default SkipToMain;