export interface InnerContent {
    children?: any;
    padding?: number | any[];
    style?: object;
    scroll?: boolean;
}
export default function InnerContent(props: InnerContent): import("react").JSX.Element;
//# sourceMappingURL=InnerContent.d.ts.map