/** * Copyright (c) 2023 Google LLC * SPDX-License-Identifier: MIT */ import type { ValidationMessageProps } from '@looker/components'; export declare const usePlaceholder: (value?: string | string[] | undefined, validationMessage?: ValidationMessageProps | undefined) => { 'aria-label': string; placeholder: string; };