import type { Node } from '@welefen/grid-layout'; import type { ButtonElement } from '../../renderer/inSim'; import type { ButtonProps } from '../Button'; export type GridButtonProps = ButtonProps & Node['config']; export declare const GridButton: import("react").ForwardRefExoticComponent & import("react").RefAttributes>;