interface IProps { type: 'workflow' | 'component'; size?: 'small' | 'middle'; width?: string | number; height?: string | number; children?: React.ReactNode; } export declare function Tcard(props: IProps): import("react/jsx-runtime").JSX.Element; export declare function Wcard(props: IProps): import("react/jsx-runtime").JSX.Element; export default function BenchCard(props: IProps): import("react/jsx-runtime").JSX.Element; export {};