/// interface ContainerProps { type: { backgroundColor: string; borderColor: string; }; } export declare const Container: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute, HTMLDivElement>, ContainerProps>> & string; export {};