import type { Block, Tag } from '@/types/pug'; export declare function findRootElements(componentBody: Block): Tag[]; export declare function findSingleRootElement(componentBody: Block): Tag | undefined; export declare function hasSingleRoot(componentBody: Block): boolean; export declare function hasMultipleRoots(componentBody: Block): boolean; export declare function hasAnyAttributeBlocks(componentBody: Block): boolean; //# sourceMappingURL=findRootElements.d.ts.map