import { EntrypointModifier } from "./EntrypointModifier"; /** * Modifies entry point only if there is 'styled-components' in the client's package.json. * Imports StyleSheetManager from styled-components and adds shadow root as "target". * That will force styled-components to add classes to the customers web-component * see https://styled-components.com/docs/api#stylesheetmanager */ export declare const styledComponentsEntrypointModifier: EntrypointModifier;