export declare const unsafeTags: string[];
export declare const unsafeAttributes: string[];
export declare const unsafeLinkPrefix: string[];
export declare const validateProp: (attribute: string, value: string) => boolean;
export declare const validateProps: (type: string, props?: Record<string, any>) => Record<string, any>;
