export interface ContainerQueryWrapperProps { widthThreshold: number; narrowClassName: string; wideClassName: string; } export declare const ContainerQueryWrapper: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme; as?: React.ElementType; } & ContainerQueryWrapperProps, import("react").DetailedHTMLProps, HTMLDivElement>, {}>; //# sourceMappingURL=ContainerQueryWrapper.d.ts.map