export declare const viewKeys: {
    CheckInput: string;
    CodeInput: string;
    DateInput: string;
    HiddenInput: string;
    JsonInput: string;
    SingleLinkInput: string;
    MultipleLinksInput: string;
    ListInput: string;
    MetadataInput: string;
    NumberInput: string;
    ObjectInput: string;
    PathInput: string;
    RichTextInput: string;
    SelectInput: string;
    TabsView: string;
    TextInput: string;
    TimeInput: string;
    MediaExplorer: string;
    MediaFile: string;
    FileSummaryRow: string;
    FileSummaryThumb: string;
};
