import { PolymorphicComponent } from "../../polymorphic"; export type MobileNavigationButtonProps = Readonly<{ label?: string; children: React.ReactNode; className?: string; iconOnly?: boolean; onClick?: () => void; }>; export declare const MobileNavigationButton: PolymorphicComponent<"button", MobileNavigationButtonProps>; //# sourceMappingURL=MobileNavigationButton.d.ts.map