/**
 * Function to turn falsy boolean prop values to the string 'false'
 */
export declare function processFalsyBooleanProps(props: Record<string, unknown> | null): Record<string, unknown> | null;
export declare const html: (strings: TemplateStringsArray, ...values: Array<any>) => any;
