import { ExtraMarginProps } from "./mixins"; interface ILimitedHeight { height?: string; } export declare const LimitedHeight: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, ILimitedHeight & ExtraMarginProps, never>; export {};