import * as React from 'react'; export declare const InstructionsPage: React.FunctionComponent<{ handleInstructionsRead: () => void; hasShownInstructions: boolean; }>;