import { BlockStyleType } from'../types';
/**
* Get icon path for block style
* @paramstyle - The block style type
* @returns Path to the icon or undefined
*/exportdeclarefunctiongetBlockIcon(style?: BlockStyleType): string | undefined;
//# sourceMappingURL=getBlockIcon.d.ts.map