import { IUserHeadRenderlessParams } from '../user-head'; export declare const computedStyle: ({ state, props }: Pick) => () => { fill: string; color: string; backgroundColor: string; backgroundImage: string; }; export declare const computedMessage: ({ props }: Pick) => () => string; export declare const computedFontSize: ({ props, state, mode }: Pick) => () => { fontSize: string; }; export declare const computedLabel: ({ state, props }: Pick) => () => any; export declare const getInternalValue: ({ props }: Pick) => () => string | Record; export declare const handleClick: (emit: any) => (event: any) => any; export declare const mouseEnter: (emit: any) => (event: any) => any;