/// import { TileProps } from '@patternfly/react-core'; declare type AcmTileProps = TileProps & { loading?: boolean; relatedResourceData?: { count: number; kind: string; }; }; export declare function AcmTile(props: AcmTileProps): JSX.Element; export {};