export declare const booleanAttributeConverter: { fromAttribute(value: string | null): boolean | undefined; toAttribute(value: boolean | undefined): string | null; };