import { CButtonProps } from '../../../../components';
import { CommonComponentPropertys } from '../../componentProperty';

export declare const ButtonWrapper: (props: CButtonProps & CommonComponentPropertys & {
    html_id: string;
}) => import("react/jsx-runtime").JSX.Element;
