import { IPropertyPaneField } from '@microsoft/sp-property-pane';
import { IPropertyFieldBrandFontPickerProps, IPropertyFieldBrandFontPickerPropsInternal } from './IPropertyFieldBrandFontPicker';
/**
 * Helper method to create a Brand Font Picker on the PropertyPane.
 * @param targetProperty - Target property the Brand Font Picker is associated to.
 * @param properties - Strongly typed Brand Font Picker properties.
 */
export declare function PropertyFieldBrandFontPicker(targetProperty: string, properties: IPropertyFieldBrandFontPickerProps): IPropertyPaneField<IPropertyFieldBrandFontPickerPropsInternal>;
//# sourceMappingURL=PropertyFieldBrandFontPicker.d.ts.map