export type ContainerProps = { scale?: number; }; export declare const Container: import("styled-components").StyledComponent<"aside", any, ContainerProps, never>;