declare const _default: {
    title: string;
    component: (props: import("../components/WOITopNavbar").TopNavbarProps) => import("react/jsx-runtime").JSX.Element;
    tags: string[];
};
export default _default;
export declare const Default: {
    args: {
        headerLogo: string;
        headerIconLink: string;
        headerLink: string;
        headerText: string;
        iconPosition: string;
        iconSize: number;
        menuItems: ({
            name: string;
            link: string;
            drop?: undefined;
        } | {
            name: string;
            link: string;
            drop: {
                name: string;
                link: string;
            }[];
        })[];
        textColor: string;
        hoverTextColor: string;
        fontSize: number;
        fontWeight: number;
        fontFamily: string;
        borderRadius: number;
        hoverUnderline: boolean;
        backgroundColor: string;
        borderColor: string;
        borderThickness: string;
        openLinkInNewTab: boolean;
        headerFunction: () => void;
        clickFunction: () => void;
    };
};
