import { RenderHTMLProps, RenderHTMLAmbiantSharedProps } from '../shared-types'; declare const selectSharedProps: (props: Partial) => RenderHTMLAmbiantSharedProps; export default selectSharedProps;