declare const ExampleContainer: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme | undefined; as?: import("react").ElementType | undefined; } & { headline?: string | undefined; dark?: boolean | undefined; }, import("react").DetailedHTMLProps, HTMLDivElement>, {}>; export default ExampleContainer;