import { PropsType } from "../../../../shared/types"; export declare class ComponentInputMissingError extends Error { readonly name: string; readonly props: PropsType; constructor(name: string, props: PropsType); }