import type { JSX } from 'react';
export declare class FilteredActionListLoadingType {
    name: string;
    appearsInBody: boolean;
    constructor(name: string, appearsInBody: boolean);
}
export declare const FilteredActionListLoadingTypes: {
    bodySpinner: FilteredActionListLoadingType;
    bodySkeleton: FilteredActionListLoadingType;
    input: FilteredActionListLoadingType;
};
export declare function FilteredActionListBodyLoader({ loadingType, height, }: {
    loadingType: FilteredActionListLoadingType;
    height: number;
}): JSX.Element;
//# sourceMappingURL=FilteredActionListLoaders.d.ts.map