export declare const throwTypeError: (componentName: string, validPropKey: string, invalidProp: unknown, validFormat: string) => void; export declare const throwRequiredError: (componentName: string, validPropKey: string) => void;