import { ALIGN } from './constants'; export declare const Root: import("styletron-react").StyletronComponent<"nav", {}>; export declare const NavigationItem: import("styletron-react").StyletronComponent<"li", {}>; export declare const NavigationList: import("styletron-react").StyletronComponent<"ul", { $align: (typeof ALIGN)[keyof typeof ALIGN]; }>;