import type * as CSS from 'csstype';
type UnknownInteractionProperties = 'speak';
export declare const interaction: Array<keyof CSS.StandardPropertiesHyphen | UnknownInteractionProperties>;
export {};
