import type { IndentedTextAPI, IndentedTextStates } from '../../schema';
import type { JSX } from '../../stencil-public-runtime';
export declare class KolIndentedTextWc implements IndentedTextAPI {
    state: IndentedTextStates;
    render(): JSX.Element;
}
