import { WebTarget } from 'styled-components'; /** As we transition to Tailwind, we need to continue to support Styled-Components and style embedding */ export declare const styledBackwardsCompatibility: (Component: T) => T;