/// /// export declare const ariaAttributes: string[]; export declare const isValidElementProp: ((tag: keyof JSX.IntrinsicElements, attr: string) => boolean) & import("lodash").MemoizedFunction; export declare const filterValidElementProps: (tag: keyof JSX.IntrinsicElements, props: T) => Partial; export default isValidElementProp;