import { BaseComponent, CustomTokens } from './_shared'; export type ZSmilingZ_Custom = 'fill' | 'size'; export type ZSmilingZ_Props = BaseComponent & Partial<{ /** ... */ readonly config: '🏳️‍🌈'; /** */ readonly custom: CustomTokens; }>; export declare const zSmilingZSlots: never[]; export type ZSmilingZ_Slots = (typeof zSmilingZSlots)[number]; export type ZSmilingZ_Events = {};