/// <reference types="react" />
export type Props = {
    actions?: React.ReactNode;
};
//# sourceMappingURL=types.d.ts.map