import { StrictStyleOptions } from 'botframework-webchat-api';
export default function ({ backgroundColor, rootHeight: height, rootWidth: width, rootZIndex: zIndex }: StrictStyleOptions): {
    backgroundColor: string;
    height: string | number;
    width: string | number;
    zIndex: number;
};
//# sourceMappingURL=Root.d.ts.map