import { CommonArgs } from '../common'; export declare const SIZES: ("s" | "m")[]; export declare type EuiFormControlLayoutClearButtonArgs = CommonArgs & HTMLButtonElement & { size?: typeof SIZES[number]; };