import type { ClientCollectionConfig } from 'payload';
import React from 'react';
import './index.scss';
type Props = {
    readonly collectionConfig: ClientCollectionConfig;
};
export declare function ActionsBar({ collectionConfig }: Props): React.JSX.Element;
type ActionsProps = {
    readonly className?: string;
};
export declare function Actions({ className }: ActionsProps): React.JSX.Element;
export {};
//# sourceMappingURL=index.d.ts.map