import React from 'react'; type BitriseBuildsProps = { appName: string; workflow?: string; error?: Error | undefined; }; export declare const BitriseBuildsTable: ({ appName, workflow, error, }: BitriseBuildsProps) => React.JSX.Element; export {};