import type { ShouldForwardProp } from 'styled-components'; /** * @redocly/theme, @redocly/realm, @redocly/openapi, @redocly/api-docs, @redocly/replay * These packages use non-transient styled props. * Every app that uses these packages must wrap root component with StyleSheetManager and use shouldForwardProp. * @see https://styled-components.com/docs/faqs#shouldforwardprop-is-no-longer-provided-by-default */ export declare function shouldForwardProp(...args: Parameters>): boolean; //# sourceMappingURL=should-forward-prop.d.ts.map