/**
 * Copyright (c) HashiCorp, Inc.
 * SPDX-License-Identifier: MPL-2.0
 */
export interface HdsFormSuperSelectPlaceholderSignature {
    Args: {
        placeholder?: string;
    };
}
declare const HdsFormSuperSelectPlaceholder: import("@ember/component/template-only").TemplateOnlyComponent<HdsFormSuperSelectPlaceholderSignature>;
export default HdsFormSuperSelectPlaceholder;
