import { GridProps, LayoutProps } from 'styled-system'; export declare const Container: import("styled-components").StyledComponent<"div", any, GridProps>>, never>; export declare const Navigation: import("styled-components").StyledComponent<"div", any, { isDisabled: boolean; }, never>; export declare const Page: import("styled-components").StyledComponent<"div", any, LayoutProps>> & { isActive: boolean; }, never>;