import "./AttachLayerPopupButton.scss"; /** @internal */ export declare enum AttachLayerButtonType { Primary = 0, Blue = 1, Icon = 2 } export interface AttachLayerPopupButtonProps { isOverlay: boolean; buttonType?: AttachLayerButtonType; disabled?: boolean; } /** @internal */ export declare function AttachLayerPopupButton(props: AttachLayerPopupButtonProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=AttachLayerPopupButton.d.ts.map