/** * Method to filter out internal properties prefixed by "__" */ export declare const getExternalProps: >(props: T) => T;