import { IPublicTypeSnippet } from '@alilc/lowcode-types';
export interface IPublicTypeSnippetMore extends IPublicTypeSnippet {
    svgId?: string;
}
