/** * Method to filter out internal properties prefixed by "__" */ export declare const getExternalProps: >(props: T) => T; //# sourceMappingURL=external-props.d.ts.map