/**
* SharePoint property pane choice group image size.
*/exportinterfacePropertyPaneChoiceGroupImageSize {
/**
* The width of the image.
*/width: number;
/**
* The height of the image.
*/height: number;
}
//# sourceMappingURL=propertyPaneChoiceGroupImageSize.d.ts.map