import { ILabelProps } from '../label'; export declare const handleClick: ({ emit, state }: { emit: any; state: any; }) => () => void; export declare const computeLabel: (props: ILabelProps) => () => string; export declare const computeLabelClass: (props: ILabelProps) => () => string[];