import React from 'react'; import { ProductIconPartProps } from './ProductIcon.part.types'; export declare const SmallProductIconNames: readonly ["bookmark", "download", "waiting", "search", "contract_pen", "paper_pen", "paper_confirm", "won", "package"]; export type SmallProductIconName = (typeof SmallProductIconNames)[number]; export declare const MediumProductIconNames: readonly ["person_smile", "lock", "logout", "contract_pen", "paper_pen", "paper_hold", "person_office_confirm", "paper_payment_confirm", "search", "search_confirm", "won", "connect", "security", "service", "package", "bubble_person", "write"]; export type MediumProductIconName = (typeof MediumProductIconNames)[number]; export declare const LargeProductIconNames: readonly ["web_development", "web_domain", "web_security", "web_payment", "wide_paper_structure", "wide_paper_plan", "wide_paper_payment", "wide_paper_confirm", "paper_project", "paper_contract", "paper_certify", "paper_security", "paper_clock", "paper_confirm", "paper_clip", "paper_clip_clock", "paper_overlap", "paper_hold", "memo_write", "receipt", "document_success", "document_cloud", "person_freelancer", "person_office", "person_smile", "building", "hand_shake", "hand_thumb", "search", "search_confirm", "design", "repair", "card_confirm", "card_write", "bookmark", "idea", "mobile_confirm", "database", "email", "credit", "shield_confirm", "shield_won", "shopping", "bubble_star", "bubble_stars", "calendar", "public", "lock", "logout", "congrats", "discount", "achieve"]; export type LargeProductIconName = (typeof LargeProductIconNames)[number]; export type ProductIconName = SmallProductIconName | MediumProductIconName | LargeProductIconName; export declare const productIcons: Map React.JSX.Element>;