declare function CollectionsTableCell({ children, className, allowOverflow, alignRight, ...props }: any): import("react/jsx-runtime").JSX.Element;
declare namespace CollectionsTableCell {
    var defaultProps: {
        allowOverflow: boolean;
        alignRight: boolean;
        className: string;
    };
}
export default CollectionsTableCell;
//# sourceMappingURL=CollectionsTableCell.d.ts.map