import type { BlockProperties } from 'grapesjs';
export declare const DATA_SOURCE_ICON = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n<path fill=\"currentColor\" d=\"M20 6c0-2.168-3.663-4-8-4S4 3.832 4 6v2c0 2.168 3.663 4 8 4s8-1.832 8-4zm-8 13c-4.337 0-8-1.832-8-4v3c0 2.168 3.663 4 8 4s8-1.832 8-4v-3c0 2.168-3.663 4-8 4\"/><path fill=\"currentColor\" d=\"M20 10c0 2.168-3.663 4-8 4s-8-1.832-8-4v3c0 2.168 3.663 4 8 4s8-1.832 8-4z\"/></svg>";
export declare const CSS_VAR_CONTENT = "--before-content";
export declare const DATA_SOURCE_BLOCK: Partial<BlockProperties>;
