import { type FileBlock } from '../utils/parseSpecFile';
export interface SpecificationsProps {
    file: string;
    name?: string;
    initialSpecs?: FileBlock;
}
export declare const Specifications: ({ file, name, initialSpecs }: SpecificationsProps) => import("react/jsx-runtime").JSX.Element | null;
//# sourceMappingURL=Specifications.d.ts.map