declare const _default: (props?: import("@pulsar/core/dist/types").Props | undefined) => import("@pulsar/core/dist/types").NamedStyles<{ root: any; cell: { flexGrow: number; flexDirection: "row"; justifyContent: "space-between"; alignItems: "center"; }; before: { paddingVertical: number; marginRight: number; }; main: { flexGrow: number; justifyContent: "center"; paddingVertical: number; }; indicator: { marginLeft: number; color: any; }; icon: { color: any; }; expandableIcon: { marginLeft: number; color: any; }; }>; export default _default;