import { FC } from 'react';
import { DappletActionProps } from '../../hooks/useDappletActions';
export interface LabelProps {
    action: DappletActionProps;
}
export declare const LabelButton: FC<LabelProps>;
