import { StringXMLField, BooleanXMLField, IntegerXMLField } from '@aurahelper/core';
export declare const CustomApplicationComponent: {
    buttonIconUrl: StringXMLField;
    buttonStyle: StringXMLField;
    buttonText: StringXMLField;
    buttonWidth: IntegerXMLField;
    height: IntegerXMLField;
    isHeightFixed: BooleanXMLField;
    isHidden: BooleanXMLField;
    isWidthFixed: BooleanXMLField;
    visualforcePage: StringXMLField;
    width: IntegerXMLField;
};
