import React from "react";
import { IExtendedTheme } from "themes/default";
export declare type ContentBoxProps = {
    children?: React.ReactNode;
    width?: string;
    paddings?: string;
    theme: IExtendedTheme;
};
declare const _default: import("styled-components").StyledComponent<({ children, ...args }: Readonly<ContentBoxProps>) => JSX.Element, any, {}, never>;
export default _default;
