import { LitElement } from 'lit';
export declare class InputSolid extends LitElement {
    static styles: import("lit").CSSResult;
    value: string;
    private handleSolidChanged;
    render(): import("lit").TemplateResult<1>;
}
declare global {
    interface HTMLElementTagNameMap {
        'ic-spectrum-input-solid': InputSolid;
    }
}
