import { Action } from '@/core/interfaces';
export default class RowActionStorybook {
    static makeActions(): Action<any>[];
}
