export declare const unsafeLinkPrefix: string[]; export declare const validateProp: (attribute: string, value: string) => boolean; export declare const validateProps: (props?: Record) => { [k: string]: any; };