/// export type ForwardRefWithStaticComponents, Static extends Record> = ((props: Props) => React.ReactElement) & Static & { displayName: string; }; //# sourceMappingURL=ForwardRefWithStaticComponents.d.ts.map