import { BgProps } from '../styles/system'; export type StickyColContainerProps = BgProps; export declare const StickyColContainer: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, BgProps, never>; export default StickyColContainer;