import type { OmitStrict } from '@pega/cosmos-react-core'; import type { IconTileProps } from '@pega/cosmos-react-build'; export type RuleType = 'Automation' | 'CustomFunction' | 'Decision' | 'Function' | 'PredictiveModel' | 'Validation' | 'When' | 'ConfigurationSet' | 'ConfigurationSettingValue' | 'ConfigurationSetting' | 'Correspondence' | 'Scheduler' | 'DataConnection' | 'DataPage' | 'DataRecord' | 'Field' | 'Insight' | 'Query' | 'EmailAccount' | 'IntegrationSystem' | 'JSONTransform' | 'RESTConnector' | 'Action' | 'CaseStatus' | 'CaseType' | 'Process' | 'ServiceLevelAgreement' | 'Stage' | 'WorkQueue' | 'Notification' | 'AccessControlPolicyCondition' | 'AccessGroup' | 'AccessControlPolicy' | 'AccessRole' | 'AuthenticationProfile' | 'Class' | 'SearchModelDefinition' | 'DocumentTemplate' | 'Portal' | 'Theme' | 'View'; type IconTileConfig = Record>; export declare const mockIconTileData: IconTileConfig; export declare const getIconConfig: (type: RuleType) => OmitStrict; export {}; //# sourceMappingURL=IconTile.mocks.d.ts.map