import { type DashboardAccessibilityLimitation } from "./types.js"; export interface IDashboardDropdownButtonProps { isOpen: boolean; label: string; toggleDropdown: () => void; accessibilityLimitation?: DashboardAccessibilityLimitation; } export declare function DashboardListButton(props: IDashboardDropdownButtonProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=DashboardListButton.d.ts.map