/// <reference types="react" />
export declare const Component: import("styled-components").StyledComponent<"li", import("styled-components").DefaultTheme, {
    colors: string;
}, never>;
export declare const LinkComponent: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("react-router-dom").LinkProps & import("react").RefAttributes<HTMLAnchorElement>>, import("styled-components").DefaultTheme, {
    colors: string;
}, never>;
