/**
 * 2024-09-07:  Migrated from the same folder in fps-library-v2/banner/components/SingleHelpPage/interfaces...
 */
export interface ITrickRow {
    param: string;
    op?: '=' | 'heading';
    value: string;
    description: string;
}
export declare const BeakerModeTricks: ITrickRow[];
export declare const BeakerModeTricksWHeading: ITrickRow[];
export declare const FPSFetchTricks: ITrickRow[];
export declare const PresetsTricks: ITrickRow;
export declare const BannerHelpTricks: ITrickRow[];
export declare const CommonUITricks: ITrickRow[];
export declare const SuggestionTricks: ITrickRow;
export declare const BubbleTricks: ITrickRow;
export declare const APITricks: ITrickRow;
export declare const ShowFPSTrick: ITrickRow;
export declare const OtherMiscTricks: ITrickRow[];
export declare const CommonTricks: ITrickRow[];
//# sourceMappingURL=ITrickRow.d.ts.map