import React from 'react';
import { SignpostLinkProp } from '../../structure/SignpostLinks/SignpostLinks.types';
export interface SignpostPageExampleProps {
    signpostLinksArrayExample: Array<SignpostLinkProp>;
    showServiceAlert: boolean;
}
export declare const SignpostPageExample: React.FunctionComponent<SignpostPageExampleProps>;
