import { Colors } from "../../styles"; interface Props { color: Colors; fixed?: boolean; } export declare const AppBarLink: import("styled-components").StyledComponent<"a", import("styled-components").DefaultTheme, {}, never>; export declare const StyledAppBar: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, Props, never>; export {};