import { IconType } from '@wordpress/components';
import { FC } from 'react';
interface CustomBlockAppenderProps {
    rootClientId: string;
    className?: string;
    buttonText?: string;
    icon?: IconType;
    [key: string]: any;
}
export declare const CustomBlockAppender: FC<CustomBlockAppenderProps>;
export {};
//# sourceMappingURL=index.d.ts.map