import type { ElementType } from 'react'; export declare const validAttr: (name: string) => boolean; export default function propsForElement(props: T, element?: ElementType | string): Partial;