/// export declare const pascalCaseRegex: RegExp; export declare const svgRegex: RegExp; export declare const removeGetPrefix: (str: string) => string; export declare const removeSetPrefix: (str: string) => string; export declare const isComponentNode: (node: SceneNode) => node is ComponentNode; export declare const findAllTargetNode: (rootNode: SceneNode) => ComponentNode[]; export declare const isInValidateSvgTag: (content: string[]) => boolean; export declare const isInValidateSvgName: (nodeNames: string[]) => boolean;