import { MixedContentContext } from '../../editor/widget-framework/mixed-content-context';
import { OffsetStyle } from '../styling/offset-style';
export declare class ResetPasswordEntity {
    LoginPage?: MixedContentContext;
    RegistrationPage?: MixedContentContext;
    SfViewName?: string;
    Margins?: OffsetStyle;
    SfWidgetLabel: string;
    CssClass?: string;
    MembershipProviderName?: string;
    ResetPasswordHeader: string;
    NewPasswordLabel: string;
    RepeatNewPasswordLabel: string;
    SecurityQuestionLabel: string;
    SaveButtonLabel: string;
    SuccessMessage: string;
    ErrorMessage: string;
    BackLinkLabel: string;
    AllFieldsAreRequiredErrorMessage: string;
    PasswordsMismatchErrorMessage: string;
    ForgottenPasswordHeader: string;
    ForgottenPasswordLabel: string;
    EmailLabel: string;
    SendButtonLabel: string;
    ForgottenPasswordSubmitMessage: string;
    ForgottenPasswordLinkMessage: string;
    InvalidEmailFormatMessage: string;
    FieldIsRequiredMessage: string;
    Attributes?: {
        [key: string]: Array<{
            Key: string;
            Value: string;
        }>;
    };
}
