import { Device } from '../types'; export declare const OffsetCard: import("styled-components").StyledComponent<"div", any, {}, never>; export declare const Aside: import("styled-components").StyledComponent<"aside", any, {}, never>; export declare const Content: import("styled-components").StyledComponent<"div", any, {}, never>; export declare const Layout: import("styled-components").StyledComponent<"div", any, { device: Device; }, never>;