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