export declare function format(first: string, middle: string, last: string): string; export declare const findItemLabel: (componentElement: HTMLElement) => HTMLIonLabelElement; export declare const findItem: (componentEl: HTMLElement) => HTMLIonItemElement; export declare const addRippleEffectElement: (componentElement: HTMLElement) => void; export declare const hostContext: (selector: string, element: HTMLElement) => boolean; export declare const renderHiddenInput: (always: boolean, container: HTMLElement, name: string, value: string, disabled: boolean) => void; export declare const hasShadowDom: (element: HTMLElement) => boolean;