import type { BaseButtonProps } from '../BaseButton'; export declare const LayerButton: ({ dashboardApi, itemId, screenReaderText, }: BaseButtonProps) => JSX.Element | null; //# sourceMappingURL=LayerButton.d.ts.map