import React from 'react'; declare const _default: { title: string; component: (props: { variant?: import("@backstage/core-components").InfoCardVariants | undefined; entityFilterKind?: string[] | undefined; hideRelationsToggle?: boolean | undefined; relationsType?: import("..").EntityRelationAggregation | undefined; entityLimit?: number | undefined; }) => React.JSX.Element; }; export default _default; export declare const Default: () => React.ReactElement>; export declare const WithVariableEntityList: { argTypes: { entityLimit: { control: { type: string; }; }; }; render: ({ entityLimit }: { entityLimit: number; }) => React.ReactElement>; };