import React from "react"; import { ExcludedEhrCodes } from "../state/State"; export interface CustomAlphaProps { } export interface CustomAlphaState { excludedEhrCodes: ExcludedEhrCodes; } export interface CustomAlphaDispatch { } declare const _default: React.ComponentType; export default _default;