import { ButtonProps } from 'antd';
export interface IDynamicButtonProps extends ButtonProps {
    label?: string;
}
