type InstructionsModalProps = {
    isOpen: boolean;
    setIsOpen: (boolean: any) => void;
};
declare const InstructionsModal: ({ isOpen, setIsOpen }: InstructionsModalProps) => import("react/jsx-runtime").JSX.Element;
export default InstructionsModal;
